home *** CD-ROM | disk | FTP | other *** search
/ Aminet 50 / Aminet 50 (2002)(GTI - Schatztruhe)[!][Aug 2002].iso / Aminet / disk / misc / diskimage.lha / DOSDrivers / DI4 < prev    next >
Text File  |  2002-04-28  |  559b  |  24 lines

  1. /*
  2.  * This mounts a logical device on catweasel unit 0 for reading and
  3.  * writing Amiga HD Disks. Create mountlists for other units
  4.  * by changing the number behind 'UNIT  = ' to 0, 1 or 2.
  5.  */
  6.  
  7. Flags           = 0
  8. Surfaces        = 2
  9. BlocksPerTrack  = 22
  10. Reserved        = 2
  11. Mask            = 0x7ffffffc
  12. MaxTransfer     = 0x00200000
  13. Interleave      = 0
  14. LowCyl          = 0
  15. HighCyl         = 79
  16. Buffers         = 5
  17. BufMemType      = 1
  18. StackSize       = 4096
  19. Priority        = 5
  20. GlobVec         = -1
  21. Activate        = 1
  22. Baud            = 0
  23. BootBlocks      = 2
  24.